Login     Sign up
if there any coding to publish my total friends and floowing numbers on top of the friends list and top of the following list??
weh team (@friendsunity)
Join date: Apr 18th 2010
Community posts: 67
View Profile
Send Message

hello friends .

if there any coding to publish my total friends number on top of the friends list and also total number of the following members on the top of following list??

if is it there plase share with me ..
thank you friends tc.

173 months ago
Zapto (@zapto)
Join date: Sep 15th 2010
Community posts: 103
View Profile
Send Message

sett in this code in page.tpl.php in your themes:


//## display network statistics.
$res = sql_query("SELECT count() as num from ".tb()."accounts");
$row = sql_fetch_array($res);
$stats['members'] = $row['num'];
$res = sql_query("SELECT count(
) as num from ".tb()."friends");
$row = sql_fetch_array($res);
$stats['friendships'] = $row['num']/2;
$res = sql_query("SELECT count() as num from ".tb()."comments");
$row = sql_fetch_array($res);
$stats['comments'] = $row['num'];
$res = sql_query("SELECT count(
) as num from ".tb()."streams");
$row = sql_fetch_array($res);
$stats['activities'] = $row['num'];
$theme_default_cache_left .= '
<div>
<strong>'.t('Network Statistics').':</strong><br />
<strong>'.$stats['activities'].'</strong> '.t('Activities').'<br />
<strong>'.$stats['members'].'</strong> '.t('Members').'<br />
<strong>'.$stats['friendships'].'</strong> '.t('Friendships').'<br />
<strong>'.$stats['comments'].'</strong> '.t('Comments').'
</div>
';

echo $theme_default_cache_left;

}
echo get_gvar('theme_block_lsidebar');

After this:

echo '</td>';
if (!$is_cover) {
echo '<td valign="top"><div style="width:170px;float:right;">
'.get_gvar('theme_block_adsbar').'</div></td>';

SETT CODE----

echo '
</tr></table>

</td>';

?>

</table>

</div><!-- end jcow_application -->
</div><!-- end jcow_application_box -->

173 months ago
kingmagi (@king10magi)
Join date: Sep 6th 2010
Community posts: 97
View Profile
Send Message

hey can u arrange its? i dont understand sorry..

thnk you..

172 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

i think he meant like it is like on FB and jcowmaster.net

x friends view all

x followers view all

x mutual friends view all

172 months ago
kingmagi (@king10magi)
Join date: Sep 6th 2010
Community posts: 97
View Profile
Send Message

ohh.. so what is the code?? i want too..

172 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

i will upload it as soon as possible

172 months ago
weh team (@friendsunity)
Join date: Apr 18th 2010
Community posts: 67
View Profile
Send Message

yeh bro..i need that one ya.. thxx yaa

172 months ago
weh team (@friendsunity)
Join date: Apr 18th 2010
Community posts: 67
View Profile
Send Message

thxx ya zapto

172 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

ok code is uploaded in the download area of jcowmaster.net

only people that let me know that they signed up can see this area.

172 months ago
weh team (@friendsunity)
Join date: Apr 18th 2010
Community posts: 67
View Profile
Send Message

ok thxx Q very much falcone .. can u please activate in jcowmaster.net ..

172 months ago
jacky loon (@jack41)
Join date: Nov 9th 2010
Community posts: 87
View Profile
Send Message

why not the code uploaded here.

172 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

there is no download area here, it is only for jcow pro + modules

172 months ago
1 2 3 Next